*{
    padding: 0;
    margin: 0;
    font-family: "SourceHanSansCN-Light", "Lantinghei SC", "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti-Light", "WenQuanYi Micro Hei", "Arial", "SimSun", "sans-serif";
}
header{height: 80px; line-height: 80px;}
footer{ background: #144b8e; color: #c6dbe8}
.footmenu{
    padding: 20px 0;
}
.footmenu h2{
    font-weight: 100;
    font-size: 18px;
    color: #c6dbe8
}
.footmenu a{
    line-height: 40px;
    color: #c6dbe8
}
h1{
    position: absolute;
    top:150px;
    left:10%;
    font-size: 50px;
    color: #fff;
}
h1:first-letter {
    border-bottom: 3px solid #fff;
}
h2 {
    text-align: center;
}
a{
    text-decoration: none;
}
.clear{
    clear: both;
}

.bigbox{
    margin:0 auto;
    width: 80%;
}
.copyright{
    border-top: 1px solid #c6dbe8;
    text-align: right;
}
.layui-container{
    width: 100%;
    padding: 0px;
}
.layui-nav {
    position: relative;
    padding:0px;
    background-color: #fff;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
}
.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 18px;
    color: #040800;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-right: 0px solid #ccc;
    font-size: 17.5px;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
    color: #040800;
}
.layui-nav .layui-this a{
    color: #144b8e;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #040800;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0px;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
     opacity: 1;
     left: 0px;
 }
.layui-carousel>[carousel-item]{
    overflow: visible;
}
.layui-carousel>[carousel-item]>*{
    height: auto;
}
.layui-carousel-ind{
    margin-top: -20px;
    top: auto;
    bottom: 10px;
}
#banner img {
    max-width: 100%;
}
.sidmenu{
    margin-top: -50px;
    padding:0px;
    line-height: 50px;
    height:60px;
    text-align: center;
    font-size: 14px;
    box-shadow: darkgrey 10px 10px 10px 5px ;
    background: #fff;
}
.sidmenu li{
    display: block;
    padding: 5px;
    background: #fff;
}
.sidmenu .layui-this{
    background: #144b8e;
}
.sidmenu .layui-this a{
    border-right: 0px solid #eee;
     color: #fff;
}
.sidmenu a{
    border-right: 1px solid #eee;
    display: block;
}
.cplist dl{
    float: left;
    width:calc(25% - 30px);
    display: block;
    padding: 0;
    margin: 50px 15px;
    cursor: pointer;
}
.cplist dl dd{
    background: #eee;
    clear: both;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}
.cplist dl dd img{
    width:100%;
    height: 100%;
    transition: .1s transform;
    transform: translateZ(0);
}
.cplist dl dd img:hover {
  transform: scale(1.5, 1.5);
  transition: .3s transform;
  border: 3px solid #ddd;
  z-index: 1;
  position: relative;
}

.cf:after {
  clear: both;
}
.cplist dl dt{
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
    background: #e9e9e9;
}
.productDetail{
    clear: both;
    width:100%;
    overflow: hidden;
    border-bottom: 1px solid #f00;
    padding-top: 30px;
    font-size: 18px;
}
.productDetailImg{
    width:100%;
    height: 850px;
    position: relative;
}
.productDetailImg img{
    height: 100%;
}
.productDetailImg .detailSmall{
    position: absolute;
    width:auto;
    height: 120px;    
    bottom: 50px;
    right: 10px;    
}
.productDetailImg .detailSmall img{
    width:150px;
    border: 1px solid #f00;
    margin:0 10px;
    cursor: pointer;
    height: 120px;
}
.productDetailInfo,.productDetailInfo .features{
    clear: both;
}

.productDetailInfo h1{
    font-size: 40px;
}

.productDetailInfo h2{
    font-size: 40px;
    color: #b60005;
}
.productDetailInfo .features dt{
    font-size: 20px;
    font-weight: bold;
    clear: both;
    display: block;
    padding-top: 20px;
}
.productDetailInfo .features dd{
    clear: both;
    padding: 5px 0;
}
.productDetailInfo .features dd span{
    display: inline-block;
    width:20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #e42b40;
}
.productDetailInfo .parameter{
    clear: both;
    width:50%;
    margin-top: 30px;
}
.productDetailInfo .parameter dt{
    clear: both;
    display: block;
    height: 36px;
    line-height: 36px;
    background: #c3181f;
    padding-left: 50px;
    color: #fff;
}
.productDetailInfo .parameter dd{
    display: block;
    margin-left: 50px;
    border: 2px solid #c3181f;
    border-top: 0px;
    border-radius: 0 0 7px 7px;
    overflow: hidden;
    padding: 20px 0;
}
.productDetailInfo .parameter dd img{
    width:100%;
}
.productDetailInfo .qualitPic{
    clear: both;
    margin-top: 20px;
}
.productDetailInfo .qualitPic img{
    border: 2px solid #c3181f;
    float: left;
    margin-right: 15px;
    width:50px;
    height: 50px;
}
.tb-thumb dl dd {
    border:1px solid #f00;
    background: #fff;
    height: 150px !important;
    margin-right: 15px !important;
}
.tb-thumb{
    margin-bottom: 30px !important;
    width:340px !important;
    margin-left: -50px !important;
}
.tb-thumb dl{
    width:340px !important;
}
.neirongbox img{
    max-width: 100%;
}
.layui-elem-quote{
    text-align: right;
    border-left: 3px solid #144b8e;
    padding: 8px 10px;
}
.slide_x{margin:10px auto;width:600px;height:450px;border:0px solid #777;}
.slide_x img{width:600px;height:400px;}
.slide_x .box{margin:10px auto;width:600px;height:400px;}
.slide_x .list{overflow:hidden;width:9999px;}
.slide_x .list li{float:left;position:relative;width:600px;}
.slide_x .list img{vertical-align:top;}
.slide_x .list p{position:absolute;top:370px;left:0;width:100%;height:30px; line-height:30px; text-align: center;}
.slide_x .minus,.slide_x .plus{top:180px;}
.slide_x .btn{overflow:hidden;position:absolute;bottom:0px;left:0px;}
.slide_x .btn li{display: inline;width:40px;height:40px;margin:0 0 0 5px;border-radius:15px;font:14px/40px Tahoma;}
/*列表样式*/
.page,.article,.site{
    padding: 10px;
}
.article li{
    margin-bottom: 10px;
    padding:10px;
    border:1px solid #E2E5E3;
    line-height:26px;
}
.article li:hover{
    border:1px solid #0e9aef;
    box-shadow: #eee 5px 5px 5px 5px ;
}
.article li b{
    font-size: 14px;
    color: #0e9aef;
}
.article li span{
    float: right;
}
.photo, .qikan{
    position: relative;
    text-align: center;
}
.photo li, .qikan li{
    text-align: center;
    padding: 5px;
}
.photo li img, .qikan li img, .summary li img{
    display: block;
}
.serlist li,.summary li{
    display: block;
    margin-bottom: 10px;
}
.serlist li strong,.summary li strong{
    font-size: 14px;
}
.serlist li img,.summary li img{
    float: left;
    margin: 0 10px 0 0;
    width: 160px;
    height: 120px;
}
.serlist li a,.summary li a{
    clear: both;
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    line-height: 1.98em;
    border:1px solid #B7CFF9;
    background: #E1F0FF;
}
.serlist li a:hover{
    border:1px solid #000;
    background:#fff;
}
.cplist li{
    width: 24%;
    float: left;
    text-align: center;
}
.cplist li img, .qikan li img, .summary li img{
    display: block;
    margin: 10px auto;
}
.photo img{
    width: 100%;
}